<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	height: 100%;
}
body{
	min-height: 100%;
	_height: 100%;
}
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,iframe,pre,code,fieldset,legend,form,p,blockquote,figure,header,footer,nav,article,section,aside,address,figcaption{
	margin: 0;
	padding: 0;
	border: 0 none;
	*zoom: 1;
}
li{
	list-style-type: none;
}
h1,h2,h3,h4{
	font-size: 100%;
}
img	{
	border: 0 none;
	vertical-align: top;
}
input[type="button"],input[type="submit"],input[type="reset"],button{
	cursor: pointer;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type="radio"]{
	-webkit-border-radius: 100%;
	-webkit-appearance: radio;
}
input[type="checkbox"]{
	-webkit-appearance: checkbox;
}
textarea{
	overflow: all;
	resize: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: "";
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
/*caption,th{
	text-align: left;
}*/
th{
	font-weight: normal;
}
em,cite,address,i{
	font-weight: normal;
	font-style: normal;
}
sub{
	vertical-align: text-bottom;
}
body,input,select,button,textarea{
	font-size: 14px;
	font-family: "Microsoft yahei","å¾®è½¯é›…é»‘",arial,"\5b8b\4f53"
}
body{
	line-height: 1.5;
}
a{
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color:transparent;
}
a:link {
	-webkit-tap-highlight-color: transparent;
}

:focus{
	outline: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*æ¸…é™¤æµ®åŠ¨Style*/
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before{
	content: "";
	display: table;
}
.fixed:after,
.clearfix:after,
.cf:after,
body:after,
.header:after,
.main:after,
.footer:after{
	content: "";
	display: table;
	clear: both;
}
.fixed,
.clearfix,
.cf,
.header,
.main,
.footer{
	*zoom: 1;
}

@media (max-width: 1440px){
	body{
		font-size: 13px;
	}
}
@media (max-width: 1220px){
	body{
		font-size: 12px;
	}
}

</pre></body></html>